home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / girl_fashion.swf / scripts / DefineButton2_2054 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  310b  |  11 lines

  1. on(release){
  2.    _root.horseColor = 8;
  3.    _root.ChangeHorseHairColor0();
  4.    _root.ChangeHorseHairColor(_root.fa1);
  5.    _root.ChangeHorseHairColor(_root.fa2);
  6.    _root.horse_mc._xscale = 79.6;
  7.    _root.horse_mc._yscale = 79.6;
  8.    _root.horse_mc._x = _root.horseX;
  9.    _root.horse_mc._y = _root.horseY;
  10. }
  11.